home *** CD-ROM | disk | FTP | other *** search
/ Gigantic Games 2 / Gigantic Games 2.iso / pc / _m_ / madgic / points.doc < prev    next >
Text File  |  1994-12-23  |  2KB  |  46 lines

  1.        "Points" -- a public domain ditty by Scott Maxwell
  2.        23 March 1992
  3.  
  4.  
  5.  
  6.        "Points" is a little program designed for use with Mark Durham's
  7. excellent Amiga Core War game, "MADgic Core 4.0." MADgic Core's associated 
  8. tournament manager program produces its output in terms of how many 
  9. battles a core warrior won, lost, or tied. While this information is 
  10. useful, I wanted to be able to come up with a single number for comparing 
  11. the programs. And so ... Points was born!
  12.  
  13.        To use Points, first redirect the tournament manager's output to a 
  14. file. E.g., type
  15.  
  16.                TMARS >outfile tournament_file.tm
  17.  
  18.        Invoke Points on the output file by typing
  19.  
  20.                Points outfile
  21.  
  22.        You may redirect Points's output to a file, if you like.
  23.  
  24.        By default, Points assigns 3 points for a win, 1 for a tie, and 0 
  25. for a loss (I understand those values are fairly standard). However, you
  26. may choose different "weights," including non-integer values. See the usage
  27. text (by typing "Points" with no arguments) for more details.
  28.  
  29.        I release Points into the public domain with the following caveat: 
  30. I hacked it together in a couple of hours, so don't expect it to be 
  31. pretty. Also, I'm *not* responsible for bugs or anything else that might 
  32. come of your choosing to use this program, including but not limited to
  33. fires, locust plagues, and the heat death of the universe.
  34.  
  35.        If you use Points, I'd appreciate your dropping me a note at 
  36. CSMAXWEL@ECUVM1.BITNET or Scott.Maxwell@bbs.oit.unc.edu. Pretend you like 
  37. it.
  38.  
  39.        The source is included (I used SAS/C 5.10b, but I imagine it's 
  40. highly portable). I don't know why the executable is so fat; 
  41. floating-point math, I guess.
  42.  
  43.        Enjoy.
  44.  
  45.                                -- Scott Maxwell
  46.